home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / cq114.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-06-08  |  3KB  |  102 lines

  1. @ECHO OFF
  2. CLS
  3. ECHO  
  4. ECHO Extracting Crime Quest Executable Files!
  5. ECHO  
  6. PKUNZIP CQEXE.ZIP >INSTALL.LOG
  7. ECHO *** >>INSTALL.LOG
  8. CLS
  9. ECHO  
  10. ECHO Crime Quest Executables Extracted!
  11. ECHO  
  12. PAUSE
  13. CLS
  14. ECHO  
  15. ECHO Extracting Crime Quest Data Files!
  16. ECHO  
  17. PKUNZIP CQDATA.ZIP >>INSTALL.LOG
  18. ECHO *** >>INSTALL.LOG
  19. CLS
  20. ECHO  
  21. ECHO Crime Quest Data Files Extracted!
  22. ECHO  
  23. PAUSE
  24. CLS
  25. ECHO  
  26. ECHO Extracting Crime Quest Documentation Files!
  27. ECHO  
  28. PKUNZIP CQDOCS.ZIP >>INSTALL.LOG
  29. ECHO *** >>INSTALL.LOG
  30. CLS
  31. ECHO  
  32. ECHO Crime Quest Documentation Files Extracted!
  33. ECHO  
  34. PAUSE
  35. CLS
  36. ECHO  
  37. ECHO Extracting Crime Quest Free IGM Files!
  38. ECHO  
  39. PKUNZIP IGMS.ZIP >>INSTALL.LOG
  40. ECHO *** >>INSTALL.LOG
  41. CLS
  42. ECHO  
  43. ECHO Crime Quest Free IGM Files Extracted!
  44. ECHO  
  45. PAUSE
  46. CLS
  47. ECHO  
  48. ECHO We are going to run the CRIME QUEST Editor, here you will want to set up
  49. ECHO the config files for your BBS node(s). CQ0.CFG for Local DOS logon,
  50. ECHO CQ1.CFG for node 1 and so on.
  51. ECHO  
  52. PAUSE
  53. CQEDITOR
  54. CLS
  55. ECHO  
  56. ECHO We are now going to initialize CRIME QUEST, it is here where it will create
  57. ECHO some of its data files and also create a BATCH file called CQSTART.BAT, this
  58. ECHO batch file is what you will use to start CRIME QUEST.
  59. ECHO  
  60. ECHO It will seem like you will be going through a local logon to the game, in
  61. ECHO essence you are.. When prompted for a name, use any name you desire, CRIME
  62. ECHO QUEST will do its thing and terminate.
  63. ECHO  
  64. PAUSE
  65. CALL CQINIT.BAT
  66. CLS
  67. ECHO  
  68. ECHO We are going to now install the 2 free included IGMS into CRIME QUEST. Dougs
  69. ECHO Donut Shoppe, and The Lawyers Office, Simply provide the needed info and the
  70. ECHO rest will be done for you.
  71. ECHO  
  72. ECHO To Start The Installation Of Dougs Donut Shoppe IGM
  73. PAUSE
  74. DDS /I
  75. CLS
  76. ECHO  
  77. ECHO To Start The Installation Of The Lawyers Office IGM
  78. PAUSE
  79. LAWYER /I
  80. CLS
  81. ECHO  
  82. ECHO Crime Quest Installation is complete, it is now up to you to incorporate this
  83. ECHO BBS door into your setup! It is fairly easy, see below..
  84. ECHO  
  85. ECHO Example:
  86. ECHO  
  87. ECHO CD\DOORS\CQ
  88. ECHO CALL CQSTART.BAT #
  89. ECHO  
  90. ECHO Where # would represent the node number.
  91. ECHO  
  92. ECHO During the extraction process, we created a file called INSTALL.LOG, it basicly
  93. ECHO is a screen redirect of the output of PKUNZIP, when it was called to unzip the
  94. ECHO four ZIP files in this package, refer to INSTALL.LOG if there is any problems?
  95. ECHO  
  96. ECHO Remember, registration removes all delays and renders the game editors fully
  97. ECHO functional!
  98. ECHO  
  99. PAUSE
  100. CLS
  101.  
  102.